home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / aktualnosci / sterowniki / Logitech QuickCam Pro / qc520_e.exe / data1.cab / DriverW98INF / Lvcomp.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2000-04-17  |  2.0 KB  |  89 lines

  1. ;
  2. ; LVComp.INF
  3. ; This file contains Logitech Video Composite devices.
  4. ;
  5. ; Copyright (c)1996-1999 Logitech Inc.
  6. ;
  7.  
  8. [Version]
  9. signature="$CHICAGO$"
  10. Class=USB
  11. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  12. Provider=%LGI%
  13. LayoutFile=LAYOUT.INF
  14. ;CatalogFile=lvcomp.cat
  15.  
  16. [DestinationDirs]
  17. DefaultDestDir=11               ; LDID_SYS
  18.  
  19. ; =================== Class Sections ===========================
  20.  
  21. [ClassInstall]
  22. Addreg=USBClassReg
  23.  
  24. [USBClassReg]
  25. HKR,,,,%USBClassName%
  26. HKR,,Icon,,-20
  27.  
  28.  
  29. ; =================== Table of content =========================
  30.  
  31. [Manufacturer]
  32. %LogitechMfg%=Logitech.Section
  33.  
  34. [SourceDisksNames]
  35. 1="Logitech USB Video Camera Disk",LogiVideo,,
  36.  
  37. [SourceDisksFiles]
  38. ;LVComp.cat=1
  39.  
  40. ; =================== Generic ==================================
  41.  
  42. [Logitech.Section]
  43. %USB\VID_046D&PID_0801.DeviceDesc%=StandardHub.Dev,USB\VID_046D&PID_0801
  44. %USB\VID_046D&PID_0850.DeviceDesc%=StandardHub.Dev,USB\VID_046D&PID_0850
  45.  
  46. ; --------------------------------------------------------------
  47.  
  48. [StandardHub.Dev]
  49. AddReg=Hub.AddReg
  50. CopyFiles=Hub.CopyFiles
  51.  
  52. [StandardHub.Dev.NT]
  53. CopyFiles=Hub.CopyFiles.NT
  54.  
  55. [StandardHub.Dev.NT.Services]
  56. AddService = usbhub, 0x00000002, StandardHub.AddService
  57.  
  58. [StandardHub.AddService]
  59. DisplayName    = %StandardHub.SvcDesc%
  60. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  61. StartType      = 2                  ; SERVICE_AUTO_START
  62. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  63. ServiceBinary  = %12%\usbhub.sys
  64. LoadOrderGroup = Base
  65.  
  66.  
  67.  
  68. ; =================== Global ==================================
  69.  
  70. [HUB.AddReg]
  71. HKR,,DevLoader,,*NTKERN
  72. HKR,,NTMPDriver,,usbhub.sys
  73.  
  74. [HUB.CopyFiles]
  75.  
  76. [USB.CopyFiles.NT]
  77.  
  78. [ControlFlags]
  79.  
  80. [DestinationDirs]
  81. DefaultDestDir = 11             ; System directory
  82.  
  83. [Strings]
  84. LogitechMfg="Logitech"
  85. LGI="Logitech"
  86. USBClassName="Universal serial bus controller"
  87. USB\VID_046D&PID_0801.DeviceDesc="Logitech USB Camera"
  88. USB\VID_046D&PID_0850.DeviceDesc="Logitech USB Camera"
  89.